﻿2026-06-07T23:51:36.7853884Z ##[group]Run actions/checkout@v5
2026-06-07T23:51:36.7854098Z with:
2026-06-07T23:51:36.7854236Z   repository: SaberMage/spt-shell-notify
2026-06-07T23:51:36.7854421Z   path: .adapter-notify
2026-06-07T23:51:36.7856085Z   token: ***
2026-06-07T23:51:36.7856216Z   ssh-strict: true
2026-06-07T23:51:36.7856343Z   ssh-user: git
2026-06-07T23:51:36.7856472Z   persist-credentials: true
2026-06-07T23:51:36.7856616Z   clean: true
2026-06-07T23:51:36.7856746Z   sparse-checkout-cone-mode: true
2026-06-07T23:51:36.7856899Z   fetch-depth: 1
2026-06-07T23:51:36.7857023Z   fetch-tags: false
2026-06-07T23:51:36.7857149Z   show-progress: true
2026-06-07T23:51:36.7857281Z   lfs: false
2026-06-07T23:51:36.7857399Z   submodules: false
2026-06-07T23:51:36.7857525Z   set-safe-directory: true
2026-06-07T23:51:36.7857662Z ##[endgroup]
2026-06-07T23:51:36.8534395Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T23:51:36.8539338Z ##[group]Getting Git version info
2026-06-07T23:51:36.8539736Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-07T23:51:36.8848304Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:51:36.9046042Z git version 2.43.0.windows.1
2026-06-07T23:51:36.9071962Z ##[endgroup]
2026-06-07T23:51:36.9078973Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ff8f3fcc-79cb-4d18-aa8b-ec36502e1f94\.gitconfig'
2026-06-07T23:51:36.9092339Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ff8f3fcc-79cb-4d18-aa8b-ec36502e1f94' before making global git config changes
2026-06-07T23:51:36.9092985Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:51:36.9097399Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-07T23:51:36.9323632Z ##[group]Initializing the repository
2026-06-07T23:51:36.9328324Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-07T23:51:36.9624168Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T23:51:36.9649120Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:51:36.9889895Z ##[endgroup]
2026-06-07T23:51:36.9890149Z ##[group]Disabling automatic garbage collection
2026-06-07T23:51:36.9894515Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:51:37.0106902Z ##[endgroup]
2026-06-07T23:51:37.0107132Z ##[group]Setting up auth
2026-06-07T23:51:37.0113338Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:51:37.0324218Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:51:37.3941282Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:51:37.4158746Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:51:37.7751131Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:51:37.7976561Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:51:38.1550575Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:51:38.1841245Z ##[endgroup]
2026-06-07T23:51:38.1841511Z ##[group]Determining the default branch
2026-06-07T23:51:38.1843259Z Retrieving the default branch name
2026-06-07T23:51:38.5166126Z Default branch 'main'
2026-06-07T23:51:38.5166545Z ##[endgroup]
2026-06-07T23:51:38.5166773Z ##[group]Fetching the repository
2026-06-07T23:51:38.5172414Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-07T23:51:39.3819763Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:51:39.3820049Z  * [new branch]      main       -> origin/main
2026-06-07T23:51:39.3933837Z ##[endgroup]
2026-06-07T23:51:39.3934104Z ##[group]Determining the checkout info
2026-06-07T23:51:39.3935229Z ##[endgroup]
2026-06-07T23:51:39.3940672Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:51:39.4180584Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:51:39.4391566Z ##[group]Checking out the ref
2026-06-07T23:51:39.4396034Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T23:51:39.4690945Z branch 'main' set up to track 'origin/main'.
2026-06-07T23:51:39.4691151Z Reset branch 'main'
2026-06-07T23:51:39.4710496Z ##[endgroup]
2026-06-07T23:51:39.4926824Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:51:39.5117536Z ee2d37eadc730c0019e0af82d683074c509634a2
